@charset "utf-8";
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box}
*,body{padding:0px;	margin:0px;color: #fff;font-family: "微软雅黑";}
    
body{ background:url(../images/loginbg.png) center top; background-size:cover;color:#666;font-size: .1rem;}
li{ list-style-type:none;}
table{}
i{ margin:0px; padding:0px; text-indent:0px;}
img{ border:none; max-width: 100%;}
a{ text-decoration:none; color:#399bff;}
a.active,a:focus{ outline:none!important; text-decoration:none; background: inherit;}
ol,ul,p,h1,h2,h3,h4,h5,h6{ padding:0; margin:0}
a:hover{ color:#06c; text-decoration: none!important}


.clearfix:after, .clearfix:before {
	display: table;
	content: " "
}
 .clearfix:after {
	clear: both
}
/*谷哥滚动条样式*/

  ::-webkit-scrollbar {width:5px;height:5px;position:absolute}
  ::-webkit-scrollbar-thumb {background-color:#5bc0de}
  ::-webkit-scrollbar-track {background-color:#ddd}

/***/
.canvas{position: absolute; width:100%; left: 0; top: 0; height: 99%; z-index: 1;}

.title-box img{
	margin-right: 20px;
}
.content{
    width: 11.2rem;
    height: 8.5rem;
    margin: 0 auto;
    top: .8rem;
    position: relative;
	text-align: center;
}
.content-img{
}
.middle{
	position: absolute;
	width: 11.2rem;
	top: .3rem;
	z-index: 2;
	display: flex;
	flex-direction: column;
	
}
.logo-box{
	position: relative;
	text-align: center;
	margin-top: .3rem;
}
.logo-text{
	text-align: center;
    font-size: .3rem;
    color: #92ffff;
    margin-bottom: .1rem;
    padding-top: .1rem;
}
.dl-box{
	text-align: center;
	padding-top: 10px;
	cursor:pointer
}
